home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / docs / help / arexxbegin.lha / ARexx_For_Beginners / Articles_01-10 / Example10-12.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-04-07  |  87 b   |  7 lines

  1. /* Example10-12 */
  2.  
  3. DO FOREVER
  4.    SAY 'This will not stop until you press CTRL-C'
  5. END
  6.  
  7.